home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: 500 MB Amiga Software / 500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso / userbox / publicdomain / ligamanager / install.script < prev    next >
Text File  |  1993-08-03  |  433b  |  21 lines

  1. ; Kopiert die req.library nach LIBS:
  2.  
  3. FailAt 20
  4. Echo "*eM*e[33mLigaManager Installation*e[31m*eD"
  5.  
  6. Version >NIL: LIBS:req.library
  7. IF NOT ERROR
  8.   Echo "req.library schon installiert:"
  9.   Version LIBS:req.library
  10. ELSE
  11.   Copy libs/req.library LIBS:
  12.   Echo "req.library ins LIBS: Verzeichnis kopiert."
  13. ENDIF
  14.  
  15. Copy LigaManager.config S:
  16. Echo "Konfiguration ins Verzeichnis S: kopiert."
  17.  
  18. Echo "*eDInstallation beendet!"
  19. Wait 5
  20. EndCLI >NIL:
  21.